try to get travis to build gui.
authortsteven4 <tsteven4@gmail.com>
Sun, 2 Aug 2015 22:01:54 +0000 (16:01 -0600)
committertsteven4 <tsteven4@gmail.com>
Sun, 2 Aug 2015 22:01:54 +0000 (16:01 -0600)
.travis.yml

index c265f6dc56324ebd0f93e5d0d0497dfa5c91700f..63ad479445eb5582649d128aecb2bd1ed7dfbc4b 100644 (file)
@@ -4,7 +4,7 @@ compiler:
   - clang
 before_install:
   - sudo apt-get update -qq
-  - sudo apt-get install -y valgrind expat fop xsltproc
+  - sudo apt-get install -y valgrind expat fop xsltproc libqt4-opengl-dev libqtwebkit-dev
 script:
- - cd gpsbabel ; ./configure && make -j3 all && make doc && bash ./testo  && bash ./vtesto
-# TODO: build GUI, mac, test-all
+ - cd gpsbabel ; ./configure && make -j3 all && make gui &&  make doc && bash ./testo  && bash ./vtesto
+# TODO: build mac, test-all